/ Assembly List / LJCNetCommon / NetString / Split

Namespace - LJCNetCommon


Parameters
text - The text value.
separators - The array of separator values.

Syntax

C#
public static String[] Split(String text, String[] separators)

Split a string on multiple separators without empty entries.

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.